Skip to content

Commit 6d259d8

Browse files
committed
chor(csproj): bump version to pre-release
1 parent bf9a5f8 commit 6d259d8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

JsonApiDotnetCore.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{24B15015-6
1313
EndProject
1414
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonApiDotNetCoreExampleTests", "test\JsonApiDotNetCoreExampleTests\JsonApiDotNetCoreExampleTests.csproj", "{0B959765-40D2-43B5-87EE-FE2FEF9DBED5}"
1515
EndProject
16+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C5B4D998-CECB-454D-9F32-085A897577BE}"
17+
ProjectSection(SolutionItems) = preProject
18+
.gitignore = .gitignore
19+
EndProjectSection
20+
EndProject
1621
Global
1722
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1823
Debug|Any CPU = Debug|Any CPU

src/JsonApiDotNetCore/JsonApiDotNetCore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PackageId>JsonApiDotNetCore</PackageId>
88
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
99
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback>
10+
<Version>1.1.0-alpha1-*</Version>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

0 commit comments

Comments
 (0)