File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
[ assembly: AssemblyTitleAttribute ( "Paket.VisualStudio" ) ]
7
7
[ assembly: AssemblyProductAttribute ( "Paket.VisualStudio" ) ]
8
8
[ assembly: AssemblyDescriptionAttribute ( "Manage your Paket dependencies from Visual Studio!" ) ]
9
- [ assembly: AssemblyVersionAttribute ( "0.37.5 " ) ]
10
- [ assembly: AssemblyFileVersionAttribute ( "0.37.5 " ) ]
9
+ [ assembly: AssemblyVersionAttribute ( "0.37.6 " ) ]
10
+ [ assembly: AssemblyFileVersionAttribute ( "0.37.6 " ) ]
11
11
namespace System {
12
12
internal static class AssemblyVersionInformation {
13
13
internal const System . String InternalsVisibleTo = "Paket.VisualStudio.Tests" ;
14
14
internal const System . String AssemblyTitle = "Paket.VisualStudio" ;
15
15
internal const System . String AssemblyProduct = "Paket.VisualStudio" ;
16
16
internal const System . String AssemblyDescription = "Manage your Paket dependencies from Visual Studio!" ;
17
- internal const System . String AssemblyVersion = "0.37.5 " ;
18
- internal const System . String AssemblyFileVersion = "0.37.5 " ;
17
+ internal const System . String AssemblyVersion = "0.37.6 " ;
18
+ internal const System . String AssemblyFileVersion = "0.37.6 " ;
19
19
}
20
20
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns : d =" http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
3
3
<Metadata >
4
- <Identity Id =" Paket.VisualStudio" Publisher =" Igal Tabachnik, Steffen Forkmann" Version =" 0.37.5 " Language =" en" />
4
+ <Identity Id =" Paket.VisualStudio" Publisher =" Igal Tabachnik, Steffen Forkmann" Version =" 0.37.6 " Language =" en" />
5
5
<DisplayName >Paket for Visual Studio</DisplayName >
6
6
<Description xml : space =" preserve" >Manage your Paket dependencies from Visual Studio!</Description >
7
7
<MoreInfo >https://fsprojects.github.io/Paket/</MoreInfo >
You can’t perform that action at this time.
0 commit comments