Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gandarez committed May 28, 2023
1 parent 1a0ae04 commit d786edd
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions SSMS18/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
// 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("3.0.0")]
[assembly: AssemblyFileVersion("3.0.0")]
[assembly: AssemblyVersion("4.0.0")]
[assembly: AssemblyFileVersion("4.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
2 changes: 1 addition & 1 deletion SSMS18/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 Publisher="WakaTime" Version="3.0.0" Id="52d9c3ff-c893-408e-95e4-d7484ec7fa47" Language="en-US" />
<Identity Publisher="WakaTime" Version="4.0.0" Id="52d9c3ff-c893-408e-95e4-d7484ec7fa47" Language="en-US" />
<DisplayName>WakaTime</DisplayName>
<Description xml:space="preserve">Metrics, insights, and time tracking automatically generated from your programming activity.</Description>
<MoreInfo>https://github.com/wakatime/visualstudio-wakatime</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions WakaTime/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyFileVersion("3.0.0")]
[assembly: AssemblyVersion("4.0.0")]
[assembly: AssemblyFileVersion("4.0.0")]

[assembly: InternalsVisibleTo("WakaTime_IntegrationTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed8f681fc55bde81467704eba07c3f705ca21f8e864179766c6a034588cd9c2262faaa5c377f0f4fac40ed2564049adf003f19bc13b6d420a1c4d17d998d743fe3cf3ea06957841e7a423d98ea28dd45c43ca7ce3d0722cd859b56101fc1b24f48afc420168a636e486da71c00e9e0909083772c528cb7ecc18ba6e358f5f99a")]
[assembly: InternalsVisibleTo("WakaTime_UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed8f681fc55bde81467704eba07c3f705ca21f8e864179766c6a034588cd9c2262faaa5c377f0f4fac40ed2564049adf003f19bc13b6d420a1c4d17d998d743fe3cf3ea06957841e7a423d98ea28dd45c43ca7ce3d0722cd859b56101fc1b24f48afc420168a636e486da71c00e9e0909083772c528cb7ecc18ba6e358f5f99a")]
46 changes: 23 additions & 23 deletions WakaTime/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<?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 Publisher="WakaTime" Version="3.0.0" Id="52d9c3ff-c893-408e-95e4-d7484ec7fa47" Language="en-US" />
<DisplayName>WakaTime</DisplayName>
<Description xml:space="preserve">Metrics, insights, and time tracking automatically generated from your programming activity.</Description>
<MoreInfo>https://github.com/wakatime/visualstudio-wakatime</MoreInfo>
<License>LICENSE</License>
<Icon>Assets\wakatime-120.png</Icon>
<PreviewImage>Assets\dashboard.png</PreviewImage>
<Tags>code time, analytics, metrics, time tracking, time tracker, productivity, reports</Tags>
</Metadata>
<Metadata>
<Identity Publisher="WakaTime" Version="4.0.0" Id="52d9c3ff-c893-408e-95e4-d7484ec7fa47" Language="en-US" />
<DisplayName>WakaTime</DisplayName>
<Description xml:space="preserve">Metrics, insights, and time tracking automatically generated from your programming activity.</Description>
<MoreInfo>https://github.com/wakatime/visualstudio-wakatime</MoreInfo>
<License>LICENSE</License>
<Icon>Assets\wakatime-120.png</Icon>
<PreviewImage>Assets\dashboard.png</PreviewImage>
<Tags>code time, analytics, metrics, time tracking, time tracker, productivity, reports</Tags>
</Metadata>

<Installation>
<InstallationTarget Version="[12.0,17.0)" Id="Microsoft.VisualStudio.IntegratedShell" />
</Installation>
<Installation>
<InstallationTarget Version="[12.0,17.0)" Id="Microsoft.VisualStudio.IntegratedShell" />
</Installation>

<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.8,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="[11.0,17.0)" />
</Dependencies>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.8,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="[11.0,17.0)" />
</Dependencies>

<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>

<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[12.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[12.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>

0 comments on commit d786edd

Please sign in to comment.