Skip to content

Commit d1e5c62

Browse files
authored
Merge pull request #25 from ArturLavrov/feature-#23
Feature #23
2 parents 71486af + ffdda79 commit d1e5c62

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
PACKAGE_NAME: DeclarativeContracts
2626

2727
# Useful with external providers like Nerdbank.GitVersioning, ignores VERSION_FILE_PATH & VERSION_REGEX
28-
VERSION_STATIC: 1.0.1
28+
VERSION_STATIC: 1.1.1
2929

3030
# Format of the git tag, [*] gets replaced with actual version
3131
TAG_FORMAT: v*

Diff for: src/DeclarativeContracts.Tests/Precondition/RequireTest.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ namespace DeclarativeContracts.Tests.Precondition
99
[TestFixture]
1010
public class RequireTest
1111
{
12-
13-
14-
12+
1513
[Test]
1614
public void That_ValidArguemntsAndContractNotViolated_ContractViolationExceptionDoesNotThrows()
1715
{

Diff for: src/DeclarativeContracts/DeclarativeContracts.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>1.0.1</Version>
6-
<PackageVersion>1.0.1</PackageVersion>
5+
<Version>1.1.0</Version>
6+
<PackageVersion>1.1.0</PackageVersion>
77
</PropertyGroup>
88

99
<ItemGroup>

0 commit comments

Comments
 (0)