bump version to 2.1.0

--verbose flag and TCP RST are feature additions within wire
protocol v2 (no protocol changes, MAJOR stays at 2).
This commit is contained in:
2026-08-14 14:01:30 +00:00
parent f476f6b145
commit ee6b121370
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"> <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="2.0.0.0" name="gatuna" /> <assemblyIdentity version="2.1.0.0" name="gatuna" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security> <security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
+1 -1
View File
@@ -5,7 +5,7 @@
<TargetFramework>net8.0-windows</TargetFramework> <TargetFramework>net8.0-windows</TargetFramework>
<AssemblyName>gatuna</AssemblyName> <AssemblyName>gatuna</AssemblyName>
<RootNamespace>gatuna</RootNamespace> <RootNamespace>gatuna</RootNamespace>
<Version>2.0.0</Version> <Version>2.1.0</Version>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "gatuna" name = "gatuna"
version = "2.0.0" version = "2.1.0"
edition = "2021" edition = "2021"
license = "CC0-1.0" license = "CC0-1.0"