From 12262ff53d1999a421d896b9a4d6a28ab114c1b3 Mon Sep 17 00:00:00 2001 From: xu Date: Wed, 26 Jun 2024 14:41:29 +0800 Subject: [PATCH] =?UTF-8?q?[docs]=20=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B72.1.0.X=20=E8=AF=A6=E7=BB=86=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动 --- Plane.FormationCreator/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plane.FormationCreator/Properties/AssemblyInfo.cs b/Plane.FormationCreator/Properties/AssemblyInfo.cs index 6265bc9..a853eeb 100644 --- a/Plane.FormationCreator/Properties/AssemblyInfo.cs +++ b/Plane.FormationCreator/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.*")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("2.1.0.*")] +[assembly: AssemblyFileVersion("2.1.0.0")]