Skip to content

Commit 424c740

Browse files
author
Ruben Schmidmeister
authored
Merge pull request #6 from messerli-informatik-ag/use-alpha-version
Prepend alpha to version number
2 parents 2485dc7 + 65a578a commit 424c740

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CodeStyle.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Changelog
2+
3+
## 1.0.0-alpha.1
4+
Initial release

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)