Skip to content

Commit bf724e4

Browse files
committed
Down to v2.0.4
1 parent c615335 commit bf724e4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Install-Package Laileb.IniFile
7979
Or add directly to your `.csproj`:
8080

8181
```xml
82-
<PackageReference Include="Laileb.IniFile" Version="2.0.3" />
82+
<PackageReference Include="Laileb.IniFile" Version="2.0.4" />
8383
```
8484

8585
> 💡 Make sure to enable `<AllowUnsafeBlocks>true</AllowUnsafeBlocks>` in your `.csproj` (required by `LibraryImport` source generation).

src/IniFile/IniFile.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
<!-- Package Identity -->
99
<PackageId>Laileb.IniFile</PackageId>
10-
<Version>2.0.3</Version>
11-
<AssemblyVersion>2.0.3.0</AssemblyVersion>
12-
<FileVersion>2.0.3.0</FileVersion>
10+
<Version>2.0.4</Version>
11+
<AssemblyVersion>2.0.4.0</AssemblyVersion>
12+
<FileVersion>2.0.4.0</FileVersion>
1313

1414
<!-- Description -->
1515
<Title>IniFile — Windows INI File Wrapper</Title>
@@ -21,7 +21,7 @@
2121
<PackageProjectUrl>https://github.com/0xLaileb/IniFile</PackageProjectUrl>
2222
<RepositoryUrl>https://github.com/0xLaileb/IniFile</RepositoryUrl>
2323
<RepositoryType>git</RepositoryType>
24-
<PackageReleaseNotes>https://github.com/0xLaileb/IniFile/releases/tag/v2.0.5</PackageReleaseNotes>
24+
<PackageReleaseNotes>https://github.com/0xLaileb/IniFile/releases/tag/v2.0.4</PackageReleaseNotes>
2525

2626
<!-- Icon &amp; README (embedded in .nupkg) -->
2727
<PackageIcon>icon.png</PackageIcon>

0 commit comments

Comments
 (0)