File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 81
81
<Compile Include =" Model\Formatting\IIniDataFormatter.cs" />
82
82
</ItemGroup >
83
83
<ItemGroup >
84
+ <None Include =" INIFileParser.nuspec" />
84
85
<None Include =" Properties\publickey.snk" />
85
86
</ItemGroup >
86
87
<ItemGroup >
109
110
<Target Name="AfterBuild">
110
111
</Target>
111
112
-->
112
- <ItemGroup >
113
- <Folder Include =" Model\Formatting\" />
114
- </ItemGroup >
113
+ <ItemGroup />
115
114
</Project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
- <version >2.0.3 </version >
4
+ <version >2.1.0 </version >
5
5
<authors >Ricardo Amores Hernández</authors >
6
6
<owners >rickyah</owners >
7
7
<licenseUrl >https://github.com/rickyah/ini-parser/master/blob/LICENSE.txt</licenseUrl >
Original file line number Diff line number Diff line change 30
30
//
31
31
// You can specify all the values or you can default the Revision and Build Numbers
32
32
// by using the '*' as shown below:
33
- [ assembly: AssemblyVersion ( "2.0.3 .0" ) ]
34
- [ assembly: AssemblyFileVersion ( "2.0.3 .0" ) ]
33
+ [ assembly: AssemblyVersion ( "2.1.0 .0" ) ]
34
+ [ assembly: AssemblyFileVersion ( "2.1.0 .0" ) ]
You can’t perform that action at this time.
0 commit comments