Skip to content

Commit

Permalink
Release commit created with Cranko.
Browse files Browse the repository at this point in the history
+++ cranko-release-info-v1
[[projects]]
qnames = ["WWTCoreUWP", "csproj"]
version = "6.0.2.0"
age = 12

[[projects]]
qnames = ["OculusWrap", "csproj"]
version = "2.3.5.0"
age = 13

[[projects]]
qnames = ["WWTCore", "csproj"]
version = "6.0.14.0"
age = 12

[[projects]]
qnames = ["WWTExplorer", "csproj"]
version = "6.1.2.0"
age = 0

[[projects]]
qnames = ["UwpRenderEngine", "csproj"]
version = "6.0.2.0"
age = 12

[[projects]]
qnames = ["WWTHolographic", "csproj"]
version = "6.0.2.0"
age = 12

[[projects]]
qnames = ["WorldWideTelescope", "csproj"]
version = "6.0.2.0"
age = 12

[[projects]]
qnames = ["MakeDataCabinetFile", "csproj"]
version = "1.0.1.0"
age = 12

+++
  • Loading branch information
cranko committed Jul 12, 2022
2 parents 42d2691 + 4375493 commit 2431ea3
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 75 deletions.
64 changes: 0 additions & 64 deletions Packages.dgml

This file was deleted.

8 changes: 4 additions & 4 deletions Setup1/Setup1.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_6BEFB757EAFFC6FE6D0D49C0FBFADB0D"
Expand Down Expand Up @@ -1976,15 +1976,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:AAS WorldWide Telescope"
"ProductCode" = "8:{98F69AB3-AB6C-4F7D-A41F-FFBAFCB2EAFD}"
"PackageCode" = "8:{98F69AB3-AB6C-4F7D-A41F-FFBAFCB2EAFD}"
"ProductCode" = "8:{CE19E513-6175-4695-A598-8570BF91F400}"
"PackageCode" = "8:{CE19E513-6175-4695-A598-8570BF91F400}"
"UpgradeCode" = "8:{543D9051-C7F5-4C6B-BEA5-6CA148C8487F}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:6.1.1"
"ProductVersion" = "8:6.1.2"
"Manufacturer" = "8:American Astronomical Society"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
15 changes: 14 additions & 1 deletion WWTExplorer3d/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# WWTExplorer 6.1.2.0 (2022-07-12)

### Code changes

- Update the version of the Newtonsoft.Json library. This should not change
anything.

### Data updates

- Add today’s JWST image release! The new data are available in a new
top-level “JWST” folder in the Explore ribbon.


# WWTExplorer 6.1.1.0 (2022-03-31)

### Code changes
Expand All @@ -6,7 +19,7 @@
client when including progressive HiPS catalog data sets (#208, @Carifio24).
- Fix mirror-imaging of `.OBJ` 3D model files (#207, @Carifio24).

### Date updates
### Data updates

- Add six new Mercury planetary maps (@astrodavid10)
- Mercury MESSENGER MDIS Global Basemap BDR 166m
Expand Down
4 changes: 2 additions & 2 deletions WWTExplorer3d/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("6.1.1.0")]
[assembly: AssemblyFileVersion("6.1.1.0")]
[assembly: AssemblyVersion("6.1.2.0")]
[assembly: AssemblyFileVersion("6.1.2.0")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: System.Windows.Media.DisableDpiAwareness]

4 changes: 2 additions & 2 deletions WWTExplorer3d/WWTExplorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@
<Reference Include="MicrosoftAccount.WindowsForms">
<HintPath>..\packages\MicrosoftAccount.WindowsForms.1.0.3.0\lib\net45\MicrosoftAccount.WindowsForms.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down
4 changes: 2 additions & 2 deletions WWTExplorer3d/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="glTF2Loader" version="1.1.0-alpha" targetFramework="net461" />
<package id="glTF2Loader" version="1.1.0-alpha" targetFramework="net451" />
<package id="MicrosoftAccount.WindowsForms" version="1.0.3.0" targetFramework="net451" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net451" />
<package id="SharpDX" version="2.6.3" targetFramework="net451" />
<package id="SharpDX.Direct3D11" version="2.6.3" targetFramework="net451" />
<package id="SharpDX.DXGI" version="2.6.3" targetFramework="net451" />
Expand Down

0 comments on commit 2431ea3

Please sign in to comment.