返回提交历史
Modified
XFEExtension.NetCore.MemoryEditor.sln
+12
-6
Modified
XFEExtension.NetCore.MemoryEditor/XFEExtension.NetCore.MemoryEditor.csproj
+2
-2
XFEstudio/XFEExtension.NetCore.MemoryEditor
更新包版本
591a192
代码差异
2 个文件
+14
-8
@@ -4,18 +4,12 @@ VisualStudioVersion = 17.9.34728.123
4
4
MinimumVisualStudioVersion = 10.0.40219.1
5
5
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XFEExtension.NetCore.MemoryEditor", "XFEExtension.NetCore.MemoryEditor\XFEExtension.NetCore.MemoryEditor.csproj", "{DBFE2E7A-C727-4E8D-AD9E-83E7EA36F937}"
6
6
EndProject
7
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeaOfRadiationEditor", "..\SeaOfRadiationEditor\SeaOfRadiationEditor\SeaOfRadiationEditor.csproj", "{D4D904CF-7A48-4393-9B1F-DCD5D50F0B47}"
8
EndProject
9
7
Global
10
8
GlobalSection(SolutionConfigurationPlatforms) = preSolution
11
9
Debug|Any CPU = Debug|Any CPU
12
10
Release|Any CPU = Release|Any CPU
13
11
EndGlobalSection
14
12
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15
{D4D904CF-7A48-4393-9B1F-DCD5D50F0B47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16
{D4D904CF-7A48-4393-9B1F-DCD5D50F0B47}.Debug|Any CPU.Build.0 = Debug|Any CPU
17
{D4D904CF-7A48-4393-9B1F-DCD5D50F0B47}.Release|Any CPU.ActiveCfg = Release|Any CPU
18
{D4D904CF-7A48-4393-9B1F-DCD5D50F0B47}.Release|Any CPU.Build.0 = Release|Any CPU
19
13
{DBFE2E7A-C727-4E8D-AD9E-83E7EA36F937}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20
14
{DBFE2E7A-C727-4E8D-AD9E-83E7EA36F937}.Debug|Any CPU.Build.0 = Debug|Any CPU
21
15
{DBFE2E7A-C727-4E8D-AD9E-83E7EA36F937}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -27,6 +21,18 @@ Global
27
21
GlobalSection(ExtensibilityGlobals) = postSolution
28
22
SolutionGuid = {5652406C-CF19-4708-BA94-E51808552081}
29
23
EndGlobalSection
24
EndGlobal
25
CPU.ActiveCfg = Debug|Any CPU
26
{DBFE2E7A-C727-4E8D-AD9E-83E7EA36F937}.Debug|Any CPU.Build.0 = Debug|Any CPU
27
{DBFE2E7A-C727-4E8D-AD9E-83E7EA36F937}.Release|Any CPU.ActiveCfg = Release|Any CPU
28
{DBFE2E7A-C727-4E8D-AD9E-83E7EA36F937}.Release|Any CPU.Build.0 = Release|Any CPU
29
EndGlobalSection
30
GlobalSection(SolutionProperties) = preSolution
31
HideSolutionNode = FALSE
32
EndGlobalSection
33
GlobalSection(ExtensibilityGlobals) = postSolution
34
SolutionGuid = {5652406C-CF19-4708-BA94-E51808552081}
35
EndGlobalSection
30
36
EndGlobal
31
37
Section(ExtensibilityGlobals) = postSolution
32
38
SolutionGuid = {5652406C-CF19-4708-BA94-E51808552081}
@@ -13,13 +13,13 @@
13
13
<PackageReadmeFile>README.md</PackageReadmeFile>
14
14
<RepositoryUrl>https://github.com/XFEstudio/XFEExtension.NetCore.MemoryEditor.git</RepositoryUrl>
15
15
<PackageTags>XFE;XFEExtension;MemoryEdit;Memory</PackageTags>
16
<PackageReleaseNotes>fix-修复了部分bug</PackageReleaseNotes>
16
<PackageReleaseNotes>fix-修复在某些情况下无法监听的bug</PackageReleaseNotes>
17
17
<Copyright>寰宇朽力网络科技版权所有</Copyright>
18
18
<PackageProjectUrl>https://github.com/XFEstudio/XFEExtension.NetCore.MemoryEditor.git</PackageProjectUrl>
19
19
<GenerateDocumentationFile>True</GenerateDocumentationFile>
20
20
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
21
21
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
22
<Version>2.0.2</Version>
22
<Version>2.0.3</Version>
23
23
</PropertyGroup>
24
24
25
25
<ItemGroup>