Skip to content

Commit 4c4b6ef

Browse files
committed
Merge branch 'release/2.1.0' into development
2 parents 58b2349 + 0b31c1e commit 4c4b6ef

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

src/IniFileParser/INIFileParser.csproj

+2-3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
<Compile Include="Model\Formatting\IIniDataFormatter.cs" />
8282
</ItemGroup>
8383
<ItemGroup>
84+
<None Include="INIFileParser.nuspec" />
8485
<None Include="Properties\publickey.snk" />
8586
</ItemGroup>
8687
<ItemGroup>
@@ -109,7 +110,5 @@
109110
<Target Name="AfterBuild">
110111
</Target>
111112
-->
112-
<ItemGroup>
113-
<Folder Include="Model\Formatting\" />
114-
</ItemGroup>
113+
<ItemGroup />
115114
</Project>

INIFileParser.nuspec src/IniFileParser/INIFileParser.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
4-
<version>2.0.3</version>
4+
<version>2.1.0</version>
55
<authors>Ricardo Amores Hernández</authors>
66
<owners>rickyah</owners>
77
<licenseUrl>https://github.com/rickyah/ini-parser/master/blob/LICENSE.txt</licenseUrl>

src/IniFileParser/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// 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")]

0 commit comments

Comments
 (0)