File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Install-Package Laileb.IniFile
7979Or 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).
Original file line number Diff line number Diff line change 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 >
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 & README (embedded in .nupkg) -->
2727 <PackageIcon >icon.png</PackageIcon >
You can’t perform that action at this time.
0 commit comments