Skip to content

Commit

Permalink
Preview4 (#410)
Browse files Browse the repository at this point in the history
* Preview4

* more

* More update

* format

Co-authored-by: Erik Zhang <[email protected]>
  • Loading branch information
superboyiii and erikzhang authored Dec 18, 2020
1 parent fac2847 commit b8e0b96
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/Installer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// 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.9.3")]
[assembly: AssemblyVersion("3.0.0")]
//[assembly: AssemblyFileVersion("1.6.1")]
2 changes: 1 addition & 1 deletion src/Installer/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="NeoContractPlugin.neoproject.73db6e85-ea96-427d-9425-399625b66e69" Version="2.9.3" Language="en-US" Publisher="The Neo Project" />
<Identity Id="NeoContractPlugin.neoproject.73db6e85-ea96-427d-9425-399625b66e69" Version="3.0.0" Language="en-US" Publisher="The Neo Project" />
<DisplayName>NeoContractPlugin</DisplayName>
<Description xml:space="preserve">Allow users to create smart contract in Visual Studio.</Description>
<MoreInfo>https://github.com/neo-project/neo-devpack-dotnet</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions src/Neo.Compiler.MSIL/Neo.Compiler.MSIL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Copyright>2015-2020 The Neo Project</Copyright>
<AssemblyTitle>Neo.Compiler.MSIL</AssemblyTitle>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionSuffix>preview3</VersionSuffix>
<VersionSuffix>preview4</VersionSuffix>
<Authors>The Neo Project</Authors>
<OutputType>Exe</OutputType>
<AssemblyName>neon</AssemblyName>
Expand Down Expand Up @@ -43,7 +43,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.4.0" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="3.4.0" />
<PackageReference Include="Mono.Cecil" Version="0.11.2" />
<PackageReference Include="Neo" Version="3.0.0-CI01105" />
<PackageReference Include="Neo" Version="3.0.0-preview4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Copyright>2016-2019 The Neo Project</Copyright>
<AssemblyTitle>Neo.SmartContract.Framework</AssemblyTitle>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionSuffix>preview3</VersionSuffix>
<VersionSuffix>preview4</VersionSuffix>
<Authors>The Neo Project</Authors>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>Neo.SmartContract.Framework</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion templates/Template.CSharp/ProjectTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Neo.SmartContract.Framework" Version="3.0.0-preview3" />
<PackageReference Include="Neo.SmartContract.Framework" Version="3.0.0-preview4" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
Expand Down
2 changes: 1 addition & 1 deletion templates/Template.CSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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.9.3")]
[assembly: AssemblyVersion("3.0.0")]
//[assembly: AssemblyFileVersion("1.6.1")]
2 changes: 1 addition & 1 deletion templates/Template.VB/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2.9.3")>
<Assembly: AssemblyVersion("3.0.0")>
'<Assembly: AssemblyFileVersion("1.0.0.0")>
2 changes: 1 addition & 1 deletion templates/Template.VB/ProjectTemplate.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Neo.SmartContract.Framework" Version="3.0.0-preview3" />
<PackageReference Include="Neo.SmartContract.Framework" Version="3.0.0-preview4" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
Expand Down

0 comments on commit b8e0b96

Please sign in to comment.