File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <AssemblyName >Messerli.CodeStyle</AssemblyName >
5- <Version >1.0.0</Version >
5+ <Version >1.0.0-alpha.1 </Version >
66 <RepositoryUrl >https://github.com/messerli-informatik-ag/code-style</RepositoryUrl >
77 <RepositoryType >git</RepositoryType >
88 <PackageId >Messerli.CodeStyle</PackageId >
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 1.0.0-alpha.1
4+ Initial release
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add the following import to your `csproj` or `Directory.Build.targets`:
1010``` xml
1111<Project >
1212 <ItemGroup >
13- <PackageReference Include =" Messerli.CodeStyle" Version =" 1.0.0" PrivateAssets =" all" />
13+ <PackageReference Include =" Messerli.CodeStyle" Version =" 1.0.0-alpha.1 " PrivateAssets =" all" />
1414 </ItemGroup >
1515</Project >
1616```
You can’t perform that action at this time.
0 commit comments