Skip to content

Commit f58a059

Browse files
update readme for release
1 parent 55a92b1 commit f58a059

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Testimize/Testimize.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
</PropertyGroup>
1313

1414
<PropertyGroup>
15-
<Version>1.1.7.0</Version>
15+
<Version>1.1.8.0</Version>
1616
<Authors>Anton Angelov</Authors>
1717
<Company>Automate The Planet Ltd.</Company>
1818
<Product>Testimize – Test and Data Generation Library</Product>
19-
<AssemblyVersion>1.1.7.0</AssemblyVersion>
20-
<FileVersion>1.1.7.0</FileVersion>
19+
<AssemblyVersion>1.1.8.0</AssemblyVersion>
20+
<FileVersion>1.1.8.0</FileVersion>
2121
<NeutralLanguage>en</NeutralLanguage>
2222
<Copyright>Copyright © Automate The Planet Ltd. 2025</Copyright>
2323
<PackageLicenseFile>LICENSE</PackageLicenseFile>
@@ -36,7 +36,7 @@
3636
- Introduced Precise Mode for full test input control
3737
- Added Pairwise Mode for lightweight coverage
3838
- Added ABC Heuristic Generator for exploratory testing
39-
- Integrated NUnit output generators (TestCase, TestCaseSource)
39+
- Integrated NUnit, MSTest, xUnit output generators (TestCase, TestCaseSource)
4040
- Config-driven generation via JSON
4141
- Faker-based localized values support
4242
- 20+ supported input types

Testimize/publishPackageInfo.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
dotnet nuget push "bin\Release\Testimize.1.1.7.nupkg" --api-key %NuGetKey% --source https://api.nuget.org/v3/index.json
1+
dotnet nuget push "bin\Release\Testimize.1.1.8.nupkg" --api-key %NuGetKey% --source https://api.nuget.org/v3/index.json
22

33
or via automatic GitHub Actions:
4-
Only runs when a version tag is pushed, like v1.1.7
4+
Only runs when a version tag is pushed, like v1.1.8
55

6-
git tag v1.1.7
7-
git push origin v1.1.7
6+
git tag v1.1.8
7+
git push origin v1.1.8
88

99
https://www.nuget.org/packages/Testimize/

0 commit comments

Comments
 (0)