diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets new file mode 100644 index 000000000..fb84d00c3 --- /dev/null +++ b/.paket/Paket.Restore.targets @@ -0,0 +1,243 @@ + + + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + true + $(MSBuildThisFileDirectory) + $(MSBuildThisFileDirectory)..\ + $(PaketRootPath)paket-files\paket.restore.cached + $(PaketRootPath)paket.lock + /Library/Frameworks/Mono.framework/Commands/mono + mono + + $(PaketRootPath)paket.exe + $(PaketToolsPath)paket.exe + "$(PaketExePath)" + $(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)" + $(PaketRootPath)paket.bootstrapper.exe + $(PaketToolsPath)paket.bootstrapper.exe + "$(PaketBootStrapperExePath)" + $(MonoPath) --runtime=v4.0.30319 "$(PaketBootStrapperExePath)" + + + + + true + true + + + + + + + true + $(NoWarn);NU1603 + + + + $([System.IO.File]::ReadAllText('$(PaketRestoreCacheFile)')) + $([System.IO.File]::ReadAllText('$(PaketLockFilePath)')) + true + false + true + + + + + + + + + $(MSBuildProjectDirectory)\obj\$(MSBuildProjectFile).paket.references.cached + + $(MSBuildProjectFullPath).paket.references + + $(MSBuildProjectDirectory)\$(MSBuildProjectName).paket.references + + $(MSBuildProjectDirectory)\paket.references + $(MSBuildProjectDirectory)\obj\$(MSBuildProjectFile).$(TargetFramework).paket.resolved + true + references-file-or-cache-not-found + + + + + $([System.IO.File]::ReadAllText('$(PaketReferencesCachedFilePath)')) + $([System.IO.File]::ReadAllText('$(PaketOriginalReferencesFilePath)')) + references-file + false + + + + + false + + + + + true + target-framework '$(TargetFramework)' + + + + + + + + + + + + + + + + + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[0]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[1]) + + + %(PaketReferencesFileLinesInfo.PackageVersion) + + + + + $(MSBuildProjectDirectory)/obj/$(MSBuildProjectFile).paket.clitools + + + + + + + + + $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[0]) + $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[1]) + + + %(PaketCliToolFileLinesInfo.PackageVersion) + + + + + $(MSBuildProjectDirectory)/obj/$(MSBuildProjectFile).NuGet.Config + + + + + + + false + + + + + + $(MSBuildProjectDirectory)/$(MSBuildProjectFile) + true + false + true + + + + <_NuspecFiles Include="$(BaseIntermediateOutputPath)*.nuspec"/> + + + + + + + + + + + + + + + diff --git a/src/Paket.VisualStudio/Properties/AssemblyInfo.cs b/src/Paket.VisualStudio/Properties/AssemblyInfo.cs index 3985f5b28..0a1f9c745 100644 --- a/src/Paket.VisualStudio/Properties/AssemblyInfo.cs +++ b/src/Paket.VisualStudio/Properties/AssemblyInfo.cs @@ -6,15 +6,15 @@ [assembly: AssemblyTitleAttribute("Paket.VisualStudio")] [assembly: AssemblyProductAttribute("Paket.VisualStudio")] [assembly: AssemblyDescriptionAttribute("Manage your Paket dependencies from Visual Studio!")] -[assembly: AssemblyVersionAttribute("0.33.2")] -[assembly: AssemblyFileVersionAttribute("0.33.2")] +[assembly: AssemblyVersionAttribute("0.33.3")] +[assembly: AssemblyFileVersionAttribute("0.33.3")] namespace System { internal static class AssemblyVersionInformation { internal const System.String InternalsVisibleTo = "Paket.VisualStudio.Tests"; internal const System.String AssemblyTitle = "Paket.VisualStudio"; internal const System.String AssemblyProduct = "Paket.VisualStudio"; internal const System.String AssemblyDescription = "Manage your Paket dependencies from Visual Studio!"; - internal const System.String AssemblyVersion = "0.33.2"; - internal const System.String AssemblyFileVersion = "0.33.2"; + internal const System.String AssemblyVersion = "0.33.3"; + internal const System.String AssemblyFileVersion = "0.33.3"; } } diff --git a/src/Paket.VisualStudio/source.extension.vsixmanifest b/src/Paket.VisualStudio/source.extension.vsixmanifest index 496088a98..2ce8eb4ce 100644 --- a/src/Paket.VisualStudio/source.extension.vsixmanifest +++ b/src/Paket.VisualStudio/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Paket for Visual Studio Manage your Paket dependencies from Visual Studio! https://fsprojects.github.io/Paket/