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 2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<PropertyGroup >
4
4
<AssemblyName >Messerli.CodeStyle</AssemblyName >
5
- <Version >1.0.0</Version >
5
+ <Version >1.0.0-alpha.1 </Version >
6
6
<RepositoryUrl >https://github.com/messerli-informatik-ag/code-style</RepositoryUrl >
7
7
<RepositoryType >git</RepositoryType >
8
8
<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`:
10
10
``` xml
11
11
<Project >
12
12
<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" />
14
14
</ItemGroup >
15
15
</Project >
16
16
```
You can’t perform that action at this time.
0 commit comments